-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wayland: Dedupe wayland GL/VK configure code again #17320
base: master
Are you sure you want to change the base?
Conversation
Thanks! On KDE Plasma 6 the issue in #16198 (comment) is gone! On Plasma 5.25 it still there, so maybe it is a bug in Plasma/Kwin itself. The only issue that I found is resizing window in Vulkan backend: black borders around window content while resizing. _20250101_145650.mp4 |
The black boarder seems to be an issue with retroarchs vulkan code as it also happens on x11. |
ed0d955
to
2960357
Compare
Configurations of xdg_toplevels are pending until acked on xdg_surface configure. The vulkan backend doesn't need to take additional actions on configure.
2960357
to
e22d788
Compare
I pushed some small changes. |
When you guys think this is ready for merging, just let me know. No rush though in case stuff still needs to be sorted out. |
I think its in a much better state than master. It's probably worth merging now. |
Issue with maximizing window is totally fixed, but issue with initial window size (window too small) is still in place. In Plasma 6.2 no issues at all. |
Which distro is 5.25? |
This |
Is it dual monitor (splash screen)? |
No, single monitor |
I've got a branch that fixes Weston as well (and hopefully the preview version of kwin-wayland) |
I think I'll remove the splash screen altogether. I'll create an issue on the mutter repo. |
Configurations of xdg_toplevels are pending until acked on xdg_surface configure.
The vulkan backend doesn't need to take additional actions on configure.
Incorporates changes from #17317
I was intending on polishing it a bit more but if it's better than the current state it may be worth merging.
Related Issues
#16198 (comment)
Related Pull Requests
#17309
Reviewers
@Sunderland93